Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
May 13, 2010, 11:19:25 PM (14 years ago)
- Author:
-
datallah
- Comment:
-
Update Portable instructions for 2.7.0
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v191
|
v192
|
|
391 | 391 | * `portable\GTK` |
392 | 392 | * `portable\Pidgin` |
393 | | * '''download''' the zipped binaries of [http://sourceforge.net/project/showfiles.php?group_id=235&package_id=230234 Pidgin] (`pidgin-`<''version''>`-win32-bin.zip`) and [http://sourceforge.net/project/showfiles.php?group_id=235&package_id=119698 GTK+] (`gtk-`<''version''>`-rev-a-installer.tar.gz`) |
| 393 | * '''download''' the zipped binaries of [http://sourceforge.net/project/showfiles.php?group_id=235&package_id=230234 Pidgin] (`pidgin-`<''version''>`-win32-bin.zip`) and [http://sourceforge.net/project/showfiles.php?group_id=235&package_id=119698 GTK+] (`gtk-runtime-`<''version''>`.zip`) |
394 | 394 | * '''extract''' these archives to `extracted\GTK` and `extracted\Pidgin`, respectively |
395 | 395 | |
396 | 396 | '''''Pidgin''''' |
397 | 397 | * copy (or move) everything ''except'' the following folders from `extracted\Pidgin` to `portable\Pidgin`: |
398 | | * `perl` (former `perlmod`) |
| 398 | * `plugins\perl` (former `perlmod`) |
| 399 | * `spellcheck` |
399 | 400 | * delete (or rename) `perl.dll` and `tcl.dll` in `portable\Pidgin\plugins` |
400 | 401 | * '''language''' |
… |
… |
|
403 | 404 | * '''spell-checking''' |
404 | 405 | * if you do ''not'' want to use spell-checking, delete `libgtkspell.dll` from `portable\Pidgin` |
405 | | * otherwise, see '''ASpell''' instructions below |
| 406 | * otherwise, copy the `spellcheck` directory that was skipped earlier and follow [#manual_win32_spellcheck_installation these instructions] to install one or more dictionaries. |
406 | 407 | * rename `portable\Pidgin\pidgin.exe` to `portable\Pidgin\pidgin-portable.exe` - this will cause Pidgin to run in "portable mode" |
407 | 408 | |
… |
… |
|
409 | 410 | * copy (or move) everything ''except'' the following files and folders to `portable\GTK`: |
410 | 411 | * `extracted\GTK\share` |
| 412 | * `extracted\GTK\manifest` |
411 | 413 | * `extracted\GTK\COPYING.LIB-2` |
412 | 414 | * '''language''' |
… |
… |
|
416 | 418 | * copy the theme's `gtkrc` file from `extracted\GTK\share\themes\`<''theme''>`\gtk-2.0` to `portable\GTK\etc\gtk-2.0`, replacing the existing file |
417 | 419 | |
418 | | '''''ASpell''''' |
419 | | |
420 | | For spell-checking support, you will also need to create a minimal ASpell runtime installation from an existing ASpell installation. |
421 | | * create a folder `portable\Aspell` and a sub-folder `portable\Aspell\bin` |
422 | | * copy `aspell-15.dll` into `portable\Aspell\bin` |
423 | | * copy the `data` and `dict` sub-folders into `Portable\Aspell` |
424 | | |
425 | 420 | Now you can move the entire `portable` onto your USB drive (e.g. `U:\`). |
426 | 421 | Running `U:\portable\Pidgin\pidgin-portable.exe` will cause Pidgin to run off the USB drive, saving all settings, logs etc. to `U:\portable\.purple`. |
… |
… |
|
441 | 436 | cd pidgin-*-win32bin && ^ |
442 | 437 | echo remove unused modules && ^ |
443 | | rmdir /S /Q perlmod && ^ |
| 438 | rmdir /S /Q plugins\perl && ^ |
444 | 439 | del plugins\perl.dll plugins\tcl.dll && ^ |
445 | 440 | echo keep only relevant locale (here: DE) && ^ |
… |
… |
|
452 | 447 | rmdir /S /Q %TMPDIR% && ^ |
453 | 448 | echo disable spell-checking && ^ |
| 449 | rmdir /S /Q spellcheck && ^ |
454 | 450 | del libgtkspell.dll && ^ |
455 | 451 | echo activate portable mode && ^ |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!